upmpdcli: Reduce binary sizes (force strip)
authorTed Hess <[email protected]>
Sat, 20 Dec 2014 22:03:13 +0000 (17:03 -0500)
committerTed Hess <[email protected]>
Sat, 20 Dec 2014 22:03:13 +0000 (17:03 -0500)
Signed-off-by: Ted Hess <[email protected]>
multimedia/upmpdcli/Makefile

index d921feecc8597801bfac6709a03f8f9bd78753ad..9911ea44018b63d0793d5a93aa8363925e16ef9d 100644 (file)
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=upmpdcli
 PKG_VERSION:=0.9.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
@@ -19,8 +19,6 @@ PKG_MAINTAINER:=Petko Bordjukov <[email protected]>
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING
 
-PKG_INSTALL:=1
-
 include $(INCLUDE_DIR)/package.mk
 
 define Package/upmpdcli
@@ -36,6 +34,11 @@ define Package/upmpdcli/description
 upmpdcli implements an UPnP Media Renderer, using MPD to perform the real work.
 endef
 
+# Force strip of binaries
+define Build/Install
+  $(call Build/Install/Default,install-strip)
+endef
+
 define Package/upmpdcli/install
        $(INSTALL_DIR) $(1)/etc
        $(INSTALL_CONF) $(PKG_INSTALL_DIR)/etc/upmpdcli.conf $(1)/etc/